home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Model Wife
/
The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso
/
pc
/
sampler
/
erotica.exe
/
erotica.DXR
/
00036.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-20
|
252 b
|
15 lines
on enterFrame
global sndv
set the soundEnabled to 0
set the volume of sprite 1 to (225 - sndv) * 2
cursor(-1)
updateStage()
set the movieTime of sprite 1 to 0
end
on exitFrame
set the soundEnabled to 1
updateStage()
startTimer()
end